home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / basic / BGTCodeCreator.lha / GTCodeCreator / Docs / History.Readme < prev   
Encoding:
Text File  |  1999-07-18  |  6.1 KB  |  153 lines

  1. Version       Description
  2. -------       -----------
  3.  
  4. 0.00 (04/02/99)   Original Version. No Edit, Delete, Item Up, Item Down, Edit Window
  5.           and New project functions.  Also no Crosshair available upon
  6.           selecting positions of the mouse. No Tooltypes.
  7.  
  8. ------------------------------------------------------------------------------------
  9.  
  10. 0.01 (15/02/99)   Added (although very unstable) a crosshair to the mouse pointer.
  11.           Changed layout of main GUI to incorporate Edit and Delete
  12.           functions.  Fixed bug in the Load file routine.
  13.  
  14. ------------------------------------------------------------------------------------
  15.  
  16. 0.02 (21/02/99)   Changed layout of main GUI to incorporate X, Y, Width and Height
  17.           strings.  Improved crosshair on the mouse pointer.
  18.  
  19. ------------------------------------------------------------------------------------
  20.  
  21. 0.03 (24/02/99)   Changed layout of GUI to incorporate 'Type of Gadget' string.
  22.           Created a save Icon for the GTC files.
  23.  
  24. ------------------------------------------------------------------------------------
  25.  
  26. 0.04 (11/03/99)   Added the ability to use normal text in Guis.  Created Icons for
  27.           the Blitz Basic Source and the GTW files.  Fixed bug in the way
  28.           Delete routine - sometimes deleted more than it should!
  29.  
  30. ------------------------------------------------------------------------------------
  31.  
  32. 0.05 (22/03/99)   Added 'Edit Window' and 'New project' to the menus.  Fixed bug in
  33.           Save routine.
  34.  
  35. ------------------------------------------------------------------------------------
  36.  
  37. 0.06 (03/04/99)   Added Tooltypes to allow the user to select if they want a Quit
  38.           Requester and if they wanted icons for the save files.
  39.  
  40. ------------------------------------------------------------------------------------
  41.  
  42. 0.07 (21/04/99)   Improved flicker of the crosshair.  Fixed bugs in 'Edit Window'
  43.           item in the menu.
  44.  
  45. ------------------------------------------------------------------------------------
  46.  
  47. 0.08 (01/05/99)   Added Appwindow for loading GTC files in.
  48.  
  49. ------------------------------------------------------------------------------------
  50.  
  51. 0.09 (02/05/99)   Fixed Bug in moving gadgets up and down.
  52.  
  53. ------------------------------------------------------------------------------------
  54.  
  55. 0.10 (03/05/99)   Added the ability to load in graphics such as IFF/ILBM Images,
  56.           lines and circles with choice of colour.
  57.  
  58. ------------------------------------------------------------------------------------
  59.  
  60. 0.11 (04/05/99)   Added New Menu to allow the user to add App items using the RED
  61.           WB library.  Also edited the code so that the source code allows
  62.           the use of the app items.
  63.  
  64. ------------------------------------------------------------------------------------
  65.  
  66. 0.12 (05/05/99)   Added the ability to load patterns in the backgrounds of the GUI.
  67.           made changes to the Save routine to make it faster.  Also added
  68.           a new tooltype to allow use the turn off the overwrite requester
  69.           of the save procedure.
  70.  
  71. ------------------------------------------------------------------------------------
  72.  
  73. 0.13 (10/05/99)                 #### FIRST SHAREWARE VERSION ####
  74.           Created White Star Software Registration Program and added the
  75.           information requester for unregistered users.
  76.  
  77. ------------------------------------------------------------------------------------
  78.  
  79. 0.14 (30/05/99)   Improved window creation window to allow bigger selection of tags.
  80.           Added window help to the create window GUI.
  81.  
  82. ------------------------------------------------------------------------------------
  83.  
  84. 0.15 (27/06/99)   Fixed these bugs: -
  85.           * After reloading a project the "|" is lost in the tags
  86.           * When drawing a line x,y,x2,y2 and shown wrong in thw window title
  87.           * Picks up contents of string gadget if return was not pressed
  88.           * Spelling mistake in Registration Project.  Forename was spelled
  89.           Forname. (Whoops!)
  90.           * Didn't save font height from the window.
  91.  
  92.           Added these new modifications/functions: -
  93.           * Changes D and B in the window to Detail and Block
  94.           * Added a Cycler to change the window number
  95.           * Uses GTCycler rather than GTString Gadget
  96.  
  97. ------------------------------------------------------------------------------------
  98.  
  99. 0.16 (01/07/99)   Fixed these bugs: -
  100.           * Now you have to select tags from the window options
  101.  
  102.           Added these new modifications/functions: -
  103.           * New menu options to save the Source Code and GTC files on thier
  104.           own
  105.           * New SCREENMODEREQUEST tooltype to allow program to open on
  106.           a public screen
  107.           * Added "Saving..." to window title when saving
  108.           * Added ASyncRequest to creating source code
  109.  
  110. ------------------------------------------------------------------------------------
  111.  
  112. 0.17 (03/07/99)   Fixed these bugs: -
  113.           * When saving Source code some tags aren't saved along with them
  114.  
  115.           Added these new modifications/functions: -
  116.           * Added "Loading..." to window title when loading
  117.           * Have to select a font from the window options
  118.  
  119. ------------------------------------------------------------------------------------
  120.  
  121. 0.18 (12/07/99)   Fixed these bugs: -
  122.           * Not ending project when closing window
  123.  
  124.           Added these new modifications/functions: -
  125.           * New GUI to allow user to select which screen to open on.
  126.           eg. Workbench, Custom made screen etc.
  127.           * Added screen tags to saved source code
  128.  
  129. ------------------------------------------------------------------------------------
  130.  
  131. 0.19 (16/07/99)   Fixed these bugs: -
  132.           * Source code sometimes takes a long time to create
  133.           * Source code for screen tags doesn't save correctly
  134.  
  135.           Added these new modifications/functions: -
  136.           * Added new menus for Prefs, Tools and History
  137.           * Added undo function to tools menu
  138.           * Added screen prefs option to the prefs menu
  139.  
  140. ------------------------------------------------------------------------------------
  141.  
  142. 0.20 (17/07/99)   Fixed these bugs: -
  143.           * Things appear in History part of menu
  144.  
  145.           Added these new modifications/functions: -
  146.           * History routines save files in a file and reloads them when the
  147.           program is ran again
  148.           * Checks to see if the file being loaded is already in the history
  149.           array
  150.  
  151. ------------------------------------------------------------------------------------
  152.  
  153.